From 71b0b83a27b9622a39cda4a238815036f83b94e6 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 5 Jul 2016 09:05:47 -0400 Subject: [PATCH] Fix previous commit --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 324778841a7..c9cd9e3b3fc 100644 --- a/which-key.el +++ b/which-key.el @@ -2132,7 +2132,7 @@ Finally, show the buffer." (or (null which-key-inhibit-regexps) (not (which-key--any-match-p - which-key-allow-regexps (key-description prefix-keys)))) + which-key-inhibit-regexps (key-description prefix-keys)))) ;; Do not display the popup if a command is currently being ;; executed (or (and which-key-allow-evil-operators -- 2.30.2